Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 3 - Standard Image-Compression Dialog Components / Standard Image-Compression Dialog Components Reference
Standard Image-Compression Dialog Component Functions / Working With Image or Sequence Settings


SCSetInfo

The SCSetInfo function allows you to modify the standard dialog component's configuration information.

pascal ComponentResult SCSetInfo (ComponentInstance ci, 
                                       OSType type, void *info);
ci
Identifies your application's connection to a standard image-compression dialog component.
type
Specifies the type of information you want to modify. The following values are valid:
scSpatialSettingsType
Modifies the component's spatial compression parameters.
scTemporalSettingsType
Modifies the component's temporal compression parameters.
scDataRateSettingsType
Modifies the component's compression data rate.
scColorTableType

Modifies the component's color table.
scProgressProcType
Modifies the component's progress function.
scExtendedProcsType
Allows you to extend the standard dialog box.
scPreferenceFlagsType
Modifies the component's preference flags settings.
scSettingsStateType
Configures the component, based on a saved configuration.
scWindowPositionType
Positions the standard dialog box.
scCodecFlagsType

Modifies the component's image-compression control flags.
info
Contains a pointer to a field that contains the new configuration information.
DESCRIPTION
You use the type parameter to specify the type of information you want to modify. The info parameter contains a pointer to a location that contains the new information (see "Request Types" beginning on page 3-15 for information about the format of the data you must supply for each request type). If the component cannot satisfy your request, it returns a result code of scTypeNotFoundErr.

RESULT CODE
scTypeNotFoundErr-8971Component does not have the information you want

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help